Skip to content

Fix CI workflows: linting, changelog, and documentation#489

Draft
Copilot wants to merge 5 commits intodecay-curve-2from
copilot/sub-pr-392
Draft

Fix CI workflows: linting, changelog, and documentation#489
Copilot wants to merge 5 commits intodecay-curve-2from
copilot/sub-pr-392

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

Description

Resolves CI workflow failures for the decay-curve-2 branch by addressing linting violations, missing changelog entries, and incomplete pkgdown configuration.

Changes

Code style compliance

  • Fixed assignment operators (=<-), brace placement, indentation, and spacing in 8 new R files
  • Added .lintr.R exclusions for t1.R and y1.R (internal functions with digit-letter naming pattern)

Documentation

  • Added NEWS.md entries for new Shiny app (curve_app(), UI/server components) and decay curve functions (antibody_decay_curve(), pathogen_decay_curve(), t1f(), y1f(), plot_decay_curve())
  • Updated pkgdown/_pkgdown.yml with new reference sections: "Interactive visualization" and "Modeling and plotting decay curves"
  • Added ggplot and UI to spelling dictionary

Checklist

  • The title of your PR should briefly describe the change.
  • Code should follow the tidyverse style guide.
  • Documentation should use roxygen2, with Markdown syntax.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits January 21, 2026 07:24
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdnjs.cloudflare.com
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --slave --no-save --no-restore -f /tmp/RtmpiTwRyl/callr-scr-2809602d041 (dns block)
  • https://api.github.com/repos/moodymudskipper/devtag/contents/DESCRIPTION
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R -e remotes::install_github(&#39;moodymudskipper/devtag&#39;);~&#43;~devtools::document() owner --uid-owner 0 -j ACCEPT (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Add interactive Shiny app for antigen-antibody kinetics visualization Fix CI workflows: linting, changelog, and documentation Jan 21, 2026
Copilot AI requested a review from d-morrison January 21, 2026 07:30
@codecov
Copy link

codecov bot commented Jan 21, 2026

Codecov Report

❌ Patch coverage is 0% with 71 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
R/curve_app_server.R 0.00% 36 Missing ⚠️
R/curve_app_ui.R 0.00% 20 Missing ⚠️
R/antibody_decay_function.R 0.00% 6 Missing ⚠️
R/plot_decay_curve.R 0.00% 4 Missing ⚠️
R/antigen_decay_curve.R 0.00% 3 Missing ⚠️
R/t1.R 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
R/app_config.R 0.00% <ø> (ø)
R/curve_app.R 0.00% <ø> (ø)
R/y1.R 0.00% <ø> (ø)
R/t1.R 0.00% <0.00%> (ø)
R/antigen_decay_curve.R 0.00% <0.00%> (ø)
R/plot_decay_curve.R 0.00% <0.00%> (ø)
R/antibody_decay_function.R 0.00% <0.00%> (ø)
R/curve_app_ui.R 0.00% <0.00%> (ø)
R/curve_app_server.R 0.00% <0.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants